@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.mbImg {
    display: none;
}

.wd {
    padding-bottom: 20px;
}

.wd ul li:nth-child(4) {
    display: none;
}

@font-face {
    font-family: din;
    src: url(../font/DIN-Condensed-Bold.ttf);
}

.boxes.sear {
    padding-top: 250px;
}

.logoC, .langBtn, .proMenu, .st_des, .backHomeBtn, .brandImgs .thum .mpic {
    display: none;
}

.header.bgW {
    background: #fff;
}

.swiperNomal .swiper-pagination.sj {
    position: absolute;
    bottom: 5%;
}

.rdSwiper {
    display: none;
}

.rdSwiper .swiper-slide {
    background: #fff;
    border-top: 5px solid #73c225;
    padding: 30px 25px;
    border-radius: 10px;
}

.rdSwiper .swiper-slide .icon {
    width: 100px;
    height: auto;
    margin: 0px auto;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}

.rdSwiper .swiper-slide .name {
    width: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 10px;
}

.rdSwiper .swiper-slide .name::after {
    width: 30px;
    height: 4px;
    background: #73c225;
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: 0px;
    display: block;
    border-radius: 5px;
}

.rdSwiper .swiper-slide .icon::before {
    width: 80px;
    height: 80px;
    background: #73c225;
    content: '';
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 70%;
    -webkit-transform: translate(-50%, -50%);
    opacity: 0.1;
}

.rdSwiper .swiper-slide .txt {
    font-size: 14px;
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    opacity: .7;
    margin-bottom: 25px;
}

.rdSwiper .swiper-slide a {
    display: block;
    width: 150px;
    margin: 0px auto;
    height: auto;
    line-height: 45px;
    border: 2px solid #73c225;
    text-align: center;
    border-radius: 40px;
    background: #2cbbd1;
    color: #fff;
}

.rdSwiper .swiper-pagination-bullet-active, .brandSwiper .swiper-pagination-bullet-active {
    background: #2cbbd1;
}

.rdSwiper .swiper-slide .icon span {
    display: block;
    width: 75px;
    height: 75px;
    position: relative;
    margin: 0px auto;
    background: url(../image/icon.png) no-repeat;
    background-size: auto 75px;
}

.rdSwiper .swiper-slide:nth-child(2) .icon span {
    background-position: -75px 0px;
}

.rdSwiper .swiper-slide:nth-child(3) .icon span {
    background-position: -150px 0px;
}

.rdSwiper .swiper-slide:nth-child(4) .icon span {
    background-position: -225px 0px;
}

.rdSwiper .swiper-slide:nth-child(5) .icon span {
    background-position: -300px 0px;
}

.boxes.xj {
    padding: 20px 0px;
    background: transparent;
}

.swiperBanner.v {
    margin-top: 15px;
    height: 60vw;
}

.vNav {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.vHeader {
    width: 90%;
    margin-left: 5%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vLogo {
    width: 64px;
}

.vNav a {
    width: auto;
    height: auto;
    margin: 0px 5vw;
    color: rgba(255, 255, 255, 0.5);
    position: relative;
}

.vNav a.active {
    color: rgba(255, 255, 255, 1);
}

.vNav a.active::before {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background: #e99a15;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    content: '';
}

.vNav a .icon {
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 35px;
    position: relative;
}

.vNav a .txt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: relative;
    line-height: 2;
}

.vName {
    width: 100%;
    margin-top: 15px;
    display: none;
}

.mVideo {
    width: 90%;
    margin-top: 20px;
    margin-left: 5%;
}

.mVideo ul li.first {
    margin-top: 60px;
}

.mVideo ul li {
    position: relative;
    width: 90%;
    height: auto;
    background: #fff;
    padding: 5px;
    border: 2px solid #000;
    border-radius: 10px;
    margin-bottom: 100px;
}

.mVideo ul li.secend {
    width: 100%;
    margin-bottom: 25px;
}

.mVideo ul li.secend .name {
    position: relative;
    bottom: 0px;
    box-shadow: none;
    left: 0%;
}

.mVideo ul li .playBtn {
    width: 60px;
    height: auto;
    line-height: 60px;
    text-align: center;
    font-size: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    color: #fff;
}

.mVideo ul li .thum {
    position: relative;
    overflow: hidden;
    background: #000;
}

.mVideo ul li .thum .pic {
    background: center center no-repeat;
    background-size: cover;
    opacity: .7;
}

.mVideo ul li .ziconF, .mVideo ul li .ziconB {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 68px;
    height: auto;
}

.mVideo ul li .ziconF {
    top: -55px;
}

.mVideo ul li .ziconB {
    top: 25%;
    width: 100px;
    left: auto;
    right: -60px;
    z-index: 5;
}

.mVideo ul li:nth-child(2n) .ziconF {
    left: -32px;
    top: -29px;
    z-index: 5;
}

.mVideo ul li:nth-child(2n) .ziconB {
    width: 50px;
    z-index: 5;
    right: 10px;
    top: -50px;
}

.mVideo ul li:nth-child(3n) .ziconF {
    left: -15px;
    top: -75px;
}

.videoBox {
    width: 94%;
}

.mVideo ul li .name {
    width: 95%;
    height: auto;
    position: absolute;
    left: 10%;
    background: #fff;
    border-radius: 40px;
    color: #5481dc;
    padding: 5px 10px;
    line-height: 30px;
    font-size: 14px;
    box-shadow: 5px 5px 5px #234788;
    bottom: -20px;
}

.mVideo ul li:nth-child(2n) {
    margin-left: 10%;
}

.mVideo ul li:nth-child(2n) .name {
    left: -10%;
}

.mVideo ul li .mIcon {
    width: 117px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -58.5px;
    top: -35px;
}

.swiperNomal .slogan {
    width: 36vw;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    right: 7%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 2s;
}

.swiperNomal .swiper-slide-active .slogan {
    opacity: 1;
    visibility: visible;
}

.header {
    width: 100%;
    height: auto;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 100;
    padding: 0px 0px;
    background: #fff;
    box-shadow: 0px 2px 14px -4px rgba(0,0,0,.15);
}

.header::after {
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../image/line-1.png) repeat-x;
    content: '';
    opacity: 1;
    display: none;
}

.header.dermacid::after {
    display: none;
}

.header.dermacid .logo {
    margin-top: 20px;
}

.header.bh::after {
    background: url(../image/line2.png) repeat-x;
}

.header .w1400 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 5;
}

.header .w1400 > a {
    width: 185px;
    height: auto;
    display: block;
}

.ohterTips {
    width: auto;
    display: flex;
}

.lange {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    background: #73c225;
    color: #fff;
    transition: all ease 0.4s;
}

.lange:hover {
    background: #1a52a5;
    color: #fff;
}

.mHome {
    width: 35px;
    height: 35px;
    position: relative;
    border-radius: 50px;
    margin-left: 15px;
    display: block;
}

.ohterShop a.mHome img {
    width: 100%;
    margin-left: 0px;
    margin-top: 0px;
}

.nav {
    width: auto;
    flex: 0 0 52%;
}

.nav ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.nav ul li {
    width: auto;
    position: relative;
}

.nav ul li .list {
    width: auto;
    min-width: 130px;
    height: auto;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 80px;
    background: #fff;
    padding: 10px;
    white-space: nowrap;
    opacity: 0;
    visibility: hidden;
    transition: all ease 0.4s;
    transform: translate(-50%,10px);
    box-shadow: 0px 2px 14px -4px rgba(0,0,0,.15);
}

.nav ul li:hover .list {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%,0);
}

.nav ul li .list a {
    padding: 0px;
    font-size: 14px;
    color: #3e3e3e;
    line-height: 47px;
    position: relative;
}

.nav ul li .list a::after {
    width: 60%;
    height: 1px;
    position: absolute;
    left: 20%;
    bottom: 0px;
    background: rgba(0, 0, 0, .1);
    content: '';
}

.nav ul li .list a:last-child::after {
    display: none;
}

.nav ul li .list .listA {
}

.nav ul li a {
    display: block;
    height: auto;
    line-height: 90px;
    text-align: center;
    font-size: 18px;
    padding: 0 10px;
    transition: all ease 0.4s;
}

@media screen and (max-width:1280px){
    .nav ul li a{
        line-height: 80px;
    }
}

/*@media screen and (min-width:769px){
}*/
.nav ul li > a:after{
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    height: 3px;
    background: #73c225;
    left: 50%;
    transform: translateX(-50%);
    top: 70px;
    width: 0;
    transition: width ease 0.4s;
}


.nav ul li:hover > a, .nav ul li.current a {
    color: #73c225;
}

.nav ul li:hover > a:after, .nav ul li.current a:after {
    width: 2em;
}

.nav ul li .list a:hover {
    color: #73c225;
}

.mvScroll {
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 1;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

.mvScroll .txt {
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
    margin-bottom: 10px;
}

.mvScroll .line {
    width: 1px;
    height: 60px;
    margin: auto;
    overflow: hidden;
}

.mvScroll .line:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .25);
    transform: translateY(-100%);
    will-change: transform;
    animation: scrollLine 1.2s linear infinite;
}

@keyframes scrollLine {
    0% {
        transform: translateY(-100%);
    }

    100% {
        transform: translateY(100%);
    }
}

.mvScroll {
    bottom: 0px;
}

.moreBtn {
    width: 170px;
    height: 46px;
    display: block;
    font-size: 16px;
    background: rgb(115, 194, 37);
    text-align: center;
    line-height: 46px;
    color: #fff;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    position: relative;
    z-index: 1;
}

@media screen and (max-width:1366px){
    .moreBtn{
        width: 160px;
        height: 42px;
        line-height: 42px;
        font-size: 15px;
    }
}

.moreBtn:after{
    content: "";
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0px;
    top: 0px;
    background: rgba(26, 82, 165, 1);
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    z-index: -1;
}

.moreBtn:hover:after{
    width: 100%;
}

.moreBtn.white {
    background: #fff;
    color: rgba(26, 82, 165, 1);
}

.moreBtn.white:hover {
    color: #fff;
}

.boxes.b1 .w1400 {
    background: url(../image/bg2.jpg) no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 30px rgba(41, 141, 159, .1);
    padding: 150px 50px;
    display: flex;
    justify-content: space-between;
}

.introBox {
    width: 50%;
}

.introBox .title {
    width: 100%;
    margin-bottom: 35px;
}

.introBox .title p {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 1.4;
}

.introBox .title b {
    font-size: 24px;
    line-height: 1.2;
}

.introBox .singePage {
    margin-bottom: 50px;
}

.singePage video {
    display: block;
    width: 100% !important;
    height: auto !important;
}

.numBox {
    width: 50%;
    position: relative;
}

.bbs {
    position: relative;
    height: 100%;
}

.bbs .bb {
    position: absolute;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background-color: rgba(151, 229, 237, 0.2);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #1cb7ce;
    box-shadow: 0px 0px 50px rgba(100, 206, 224) inset;
}

.bbs .bb:before, .bbs .bb:after {
    content: '';
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(151, 229, 237, 0.3);
    -webkit-animation: ss 2.5s infinite;
    animation: ss 2.5s infinite;
}

.bbs .bb:after {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.bbs .bb:nth-child(1) {
    left: 50%;
    top: -100px;
}

.bbs .bb:nth-child(2) {
    width: 215px;
    height: 215px;
}

.bbs .bb:nth-child(2) .n {
    font-size: 86px;
}

.bbs .bb:nth-child(3) {
    width: 235px;
    height: 235px;
    right: 100px;
    bottom: -50px;
}

.bbs .bb:nth-child(3) .n {
    font-size: 100px;
}

.bbs .bb:nth-child(4) {
    width: 200px;
    height: 200px;
    right: 60%;
    bottom: -120px;
}

.bbs .bb .n {
    font-size: 70px;
    font-weight: 700;
    line-height: 0.8;
    font-family: din;
}

.bbs .bb .n span {
    font-size: 26px !important;
    font-weight: 400;
    margin-left: 5px;
}

.bbs .bb .t {
    font-size: 24px;
    font-weight: 100;
}

@-webkit-keyframes ss {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

@keyframes ss {
    0% {
        opacity: 1;
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
}

.subTitle {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (max-width:1366px){
    .subTitle{
        margin-bottom: 40px;
    }
}

@media screen and (max-width:1280px){
    .subTitle{
        margin-bottom: 20px;
    }
}

.subTitle p {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}

.subTitle b {
    font-size: 28px;
    font-weight: normal;
}

.nav.b ul li a {
    color: #3e3e3e;
}

.nav.b ul li a:hover, .nav.b ul li.active a {
    color: #73c225;
}

.baby .nav.b ul li a:hover, .baby .nav.b ul li.active > a {
    color: #9a8ec3;
}

.boxes.p0 {
    padding: 0px;
}

.pdBox {
    display: flex;
    justify-content: space-between;
}

.pdL, .pdR {
    width: 48%;
}

.menus {
    width: 100%;
    margin-bottom: 35px;
}

.menus ul {
    display: flex;
    justify-content: space-between;
}

.menus ul li {
    width: 20%;
    height: auto;
    position: relative;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
}

.menus ul li .icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
}

.menus ul li .icon::before {
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0%;
    content: '';
    top: 0%;
    display: block;
    -webkit-transition: all .35s;
    -webkit-transform: scale(0);
}

.menus ul li:hover .icon::before, .menus ul li.active .icon::before {
    -webkit-transform: scale(1);
}

.menus ul li .icon span {
    width: 50px;
    height: 50px;
    position: absolute;
    display: block;
    left: 5px;
    top: 5px;
    background: url(../image/icon.png) no-repeat;
    background-size: auto 50px;
}

.menus ul li:nth-child(2) .icon span {
    background-position: -50px 0px;
}

.menus ul li:nth-child(3) .icon span {
    background-position: -100px 0px;
}

.menus ul li:nth-child(4) .icon span {
    background-position: -150px 0px;
}

.menus ul li:nth-child(5) .icon span {
    background-position: -200px 0px;
}

.menus ul li .txt {
    font-weight: bold;
}

.conList .singePage {
    /* font-size: 14px; */
    /* margin-bottom: 45px; */
}

.conList ul li {
    background: #fff;
    padding: 35px 35px 55px;
    position: relative;
    display: none;
    min-height: 314px;
}

.conList ul li.active {
    display: block;
}

.conList ul li::after {
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    content: '';
    position: absolute;
    left: 9%;
    top: -8px;
}

.conList ul li:nth-child(2)::after {
    left: 29%;
}

.conList ul li:nth-child(3)::after {
    left: 49%;
}

.conList ul li:nth-child(4)::after {
    left: 69%;
}

.conList ul li:nth-child(5)::after {
    left: 89%;
}

.boxes.b2 {
    height: 100vh;
    position: relative;
    padding: 0px;
}

.boxes.b2 ul {
    display: flex;
    width: 100%;
    height: 100%;
}

.boxes.b2 ul li {
    width: 25%;
    height: 100%;
    position: relative;
    background: #000;
    -webkit-transition: all .5s;
}

.boxes.b2 ul li:hover {
    width: 30%;
}

.subTitle.pos {
    position: absolute;
    width: 100%;
    text-align: center;
    z-index: 10;
    top: 15%;
}

.boxes.b2 ul li .img, .boxes.b2 ul li .bgc {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.boxes.b2 ul li .img {
    opacity: .9;
    background: center center no-repeat;
    background-size: cover;
}

.boxes.b2 ul li .brandLogo {
    width: 200px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -100px;
    top: 60%;
    -webkit-transition: all 1s;
}

.boxes.b2 ul li .brandLogo .lc {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}

.boxes.b2 ul li .brandLogo .lc, .boxes.b2 ul li .brandLogo .lw {
    background: center center no-repeat;
    background-size: cover;
    -webkit-transition: all .5s;
}

.boxes.b2 ul li .brandLogo .des {
    text-align: center;
    line-height: 50px;
}

.boxes.b2 .li {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0%;
    top: 70%;
    padding: 25px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.boxes.b2 .li .lid {
    width: 49%;
    height: auto;
    position: relative;
    display: block;
    margin-bottom: 25px;
    color: #fff;
}

.boxes.b2 .li .lid .icon {
    width: 50px;
    height: 50px;
    border: 2px solid rgba(255, 255, 255, .5);
    border-radius: 50%;
    text-align: center;
    line-height: 46px;
    font-size: 20px;
    margin: 0px auto;
}

.boxes.b2 .li .lid .info {
    width: 100%;
    height: auto;
    text-align: center;
}

.boxes.b2 .li .lid .info .t {
    font-size: 16px;
    line-height: 30px;
    text-transform: uppercase;
    margin-top: 5px;
}

.boxes.b2 .li .lid .info .d {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    opacity: .5;
    display: none;
}

.showTitle {
    display: none;
}

.pic-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center center;
    display: none;
}

.brandImgs .title {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    position: absolute;
    left: 0px;
    bottom: 60px;
    line-height: 1.6;
    color: #333;
}

.brandImgs .title p {
    font-size: 12px;
    opacity: .7;
}

.brandImgs .title b {
    font-size: 20px;
    display: block;
    width: 100%;
}

.boxes.b2 ul li .bgc {
    background: -webkit-linear-gradient(top, rgba(2, 98, 149, 0) 0%, rgba(2, 98, 149, 1) 40%);
    opacity: 0;
    -webkit-transition: all 1s;
}

.boxes.b2 ul li:hover .bgc {
    opacity: 1;
}

.boxes.b2 ul li:hover .brandLogo {
    top: 45%;
    color: #fff;
}

.boxes.b2 ul li:hover .li {
    opacity: 1;
    visibility: visible;
    top: 60%;
}

.boxes.b2 ul li:hover .brandLogo .lw {
    opacity: 0;
}

.boxes.b2 ul li:hover .brandLogo .lc {
    opacity: 1;
}

.b3_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.b3_box .focus, .b3_box .list {
    width: 49%;
    height: auto;
}

.b3_box .focus .thum, .edu_box .list a .thum, .teachers ul li .thum {
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
}

.b3_box .focus .thum .pic, .b3_box .list a .thum .pic, .news_list a .thum .pic, .edu_box .list a .thum .pic, .teachers ul li .thum .pic {
    width: 100%;
    background: center center no-repeat;
    background-size: cover;
    -webkit-transition: all .5s;
}

.b3_box .focus .thum .pic img {
    max-width: auto;
    width: 100%;
}

.edu_box .list a:hover .pic {
    -webkit-transform: scale(1.05);
}

.b3_box .list a:hover .info .name, .b3_box .focus:hover .name {
    color: #19abc5;
}

.b3_box .focus .info {
    width: 100%;
    height: auto;
    padding: 1vw 0px;
}

.b3_box .focus .info .time, .b3_box .list a .info .time {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    opacity: .5;
}

.b3_box .focus .info .name, .b3_box .list a .info .name {
    width: 100%;
    height: auto;
    line-height: 2;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.b3_box .focus .info .des {
    width: 100%;
    height: auto;
    line-height: 1.7;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    opacity: .7;
}

.b3_box .list a {
    display: flex;
    justify-content: space-between;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 15px;
}

.b3_box .list a:last-child {
    padding-bottom: 0px;
    border-bottom: none;
    margin-bottom: 0px;
}

.b3_box .list a .thum {
    width: 35%;
    border-radius: 15px;
    overflow: hidden;
}

.b3_box .list a .info {
    width: 63%;
}

.b3_box .list a .info .name {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    white-space: break-spaces;
    line-height: 1.7;
    -webkit-box-orient: vertical;
}

.b3_box .list a .info .time {
    margin-top: 10px;
}

.moreBtn.c {
    margin: 0px auto;
}

.boxes.b3 {
    background: #fff;
}

.socail {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 10;
}

.socail a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #000000;
    text-align: center;
    line-height: 40px;
    position: relative;
    margin: 0px 5px;
    cursor: pointer;
}

.socail a .img {
    width: 100px;
    height: auto;
    background: #fff;
    position: absolute;
    left: -30px;
    top: -110px;
    display: none;
}

.socail a .icon {
    color: #fff;
    font-size: 20px;
    position: relative;
}

/* .socail a.wx{

	background: #2ec100;

}

.socail a.wb{

	background: #d62829;

}

.socail a.xhs{

	background: #ff0000;

} */
.socail a .icon.red::after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../image/redIcon.png) no-repeat;
    background-size: cover;
    content: '';
}

.socail a i {
    display: none;
}

.socail a.wb .icon::after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../image/wbIcon.png) no-repeat;
    background-size: cover;
    content: '';
}

.socail a.wx .icon::after {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 10px;
    top: 10px;
    background: url(../image/wxIcon.png) no-repeat;
    background-size: cover;
    content: '';
}

.socail a:hover .img {
    display: block;
}

.know {
    text-align: center;
    line-height: 2;
    font-size: 24px;
    margin-bottom: 15px;
}

.zxyImg .swiper-pagination-bullet {
    background: rgba(255, 255, 255, .5);
}

.zxyImg .swiper-pagination-bullet-active {
    background: #9a8ec3;
}

.zxyImg .thum {
    position: relative;
    overflow: hidden;
}

.zxyImg .pic {
    background: center center no-repeat;
    background-size: cover;
}

.boxes.b4 {
    height: 100vh;
    background: url(../image/aboutBg.jpg) center bottom no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.subTitle.l {
    text-align: left;
}

.boxes.b4 .w1400 {
    margin-top: 30vh;
}

.boxes.b4 .singePage p:nth-child(2) {
    width: 50%;
}

.boxes.b5 {
    background: url(../image/historyBg.jpg) center center no-repeat;
    background-attachment: fixed;
}

.subTitle.w {
    color: #fff;
}

.history {
    width: 100%;
    height: auto;
    padding-left: 50px;
    position: relative;
    padding-top: 70px;
}

.history::before {
    width: 1px;
    height: calc(100% - 50px);
    position: absolute;
    left: 25px;
    top: 50px;
    content: '';
    background: #fff;
}

.clock {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0px;
    top: 0px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 48px;
}

.history ul li {
    width: 100%;
    height: auto;
    position: relative;
    color: #fff;
    margin-bottom: 35px;
}

.history ul li .year {
    font-size: 48px;
    font-family: din;
    position: relative;
    margin-bottom: 15px;
}

.history ul li .des {
    font-size: 16px;
    line-height: 2;
}

.history ul li .year::after {
    width: 100px;
    height: 1px;
    position: absolute;
    left: -25px;
    bottom: 0%;
    content: '';
    background: #fff;
}

.boxes.pd0 {
    padding: 0px;
}

.cooper ul {
    display: flex;
    flex-wrap: wrap;
}

.cooper ul li {
    width: 10%;
    height: auto;
    margin-right: 2.85%;
    margin-bottom: 25px;
    background: center center no-repeat;
    background-size: cover;
}

.cooper ul li:nth-child(8n) {
    margin-right: 0%;
}

.cooper ul li .thum {
    background: center center no-repeat;
    background-size: cover;
}

.boxes.w {
    background: #fff;
}

.subTips {
    display: flex;
    color: #fff;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    padding-top: 60px;
}

.subTips.w b span:last-child {
    background: #fff;
}

.subTips.w b span:first-child::after, .subTips.w b span:last-child::after, .subTips.w b span:first-child {
    background: #fff;
}

.subTips p {
    text-transform: uppercase;
    font-size: 60px;
    line-height: 1;
    font-family: 'din';
}

.subTips b {
    display: inline-block;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: normal;
    line-height: 40px;
    position: relative;
}

.subTips b span:first-child {
    position: absolute;
    height: 8px;
    left: -80px;
    top: 50%;
    margin-top: -4px;
    background: #626262;
    content: '';
    width: 32px;
    border-radius: 40px;
}

.subTips b span:last-child {
    position: absolute;
    height: 8px;
    right: -80px;
    top: 50%;
    margin-top: -4px;
    background: #626262;
    content: '';
    width: 32px;
    border-radius: 40px;
}

.subTips b span:first-child::after {
    width: 8px;
    height: 8px;
    position: absolute;
    right: -15px;
    content: '';
    background: #626262;
    border-radius: 50%;
}

.subTips b span:last-child::after {
    width: 8px;
    height: 8px;
    position: absolute;
    left: -15px;
    content: '';
    background: #626262;
    border-radius: 50%;
}

.brandImg {
    position: relative;
}

.brandShow {
    position: relative;
    background: rgba(191, 198, 216, .8);
    padding: 50px;
    width: 80%;
    margin-left: 10%;
    margin-top: -150px;
    color: #fff;
}

.logoName {
    width: 240px;
    margin: 0px auto;
    margin-bottom: 25px;
}

.subTips.pos {
    position: relative;
    bottom: 0%;
    margin-bottom: 35px;
}

.branList {
    width: 100%;
    height: auto;
    display: flex;
    margin-bottom: 50px;
}

.branList ul, .branList ol {
    width: 45%;
}

.branList ul li {
    width: 100%;
    height: auto;
    position: relative;
    -webkit-transition: all 0.5s;
}

.branList ul li a {
    display: block;
    padding: 15px 0px;
}

.branList ul li a .title {
    width: 100%;
    height: 50px;
    margin-top: 10px;
    line-height: 25px;
    font-size: 16px;
    position: relative;
}

.branList ul li a .time {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 12px;
    opacity: .5;
}

.branList ol {
    width: 55%;
    height: 480px;
    position: relative;
}

.branList ol li {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    display: none;
}

.branList ol li.active {
    display: block;
}

.branList ol li a {
    display: block;
    width: 100%;
    height: 100%;
    background: center center no-repeat;
    background-size: cover;
}

.branList ul li::before {
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    content: '';
    background: #c5d2d7;
    -webkit-transition: all 0.5s;
}

.branList ul li:hover::before {
    width: 120%;
}

.branList ul {
    position: relative;
    z-index: 5;
}

.branList ul li:hover {
    padding-left: 25px;
}

.brandImgs {
    margin-bottom: 50px;
}

.branList ul li:hover a {
    color: #fff;
}

.products ul {
    display: flex;
    flex-wrap: wrap;
}

.products ul li {
    width: 32%;
    position: relative;
    margin-right: 2%;
    margin-bottom: 35px;
    border: 1px solid rgba(0, 0, 0, .1);
}

.products ul li:nth-child(3n) {
    margin-right: 0%;
}

.products ul li a {
    position: relative;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    display: block;
    overflow: hidden;
}

.products ul li .thum {
    position: relative;
    overflow: hidden;
}

.products ul li .pic {
    background: center center no-repeat;
    background-size: cover;
    -webkit-transition: all .5s;
}

.products ul li .name {
    width: 100%;
    height: auto;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 50px;
    -webkit-transition: all .5s;
}

.products ul li .name p {
    font-size: 14px;
    opacity: .7;
    line-height: 1.4;
}

.products ul li .name b {
    font-size: 20px;
    line-height: 1.7;
    font-weight: normal;
}

.products ul li .more {
    width: 100%;
    height: auto;
    line-height: 50px;
    background: #47b4e5;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: -50px;
    -webkit-transition: all .5s;
}

.products.jyb ul li .more {
    background: #9a8ec3;
}

.products ul li:hover .more {
    bottom: 0px;
}

.products ul li:hover .name {
    bottom: 60px;
}

.products ul li:hover .pic {
    -webkit-transform: scale(1.1);
}

.productDetail {
    margin-top: 50px;
    padding: 50px;
}

.waveBox {
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    height: 100%;
}

.pdTop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
    align-items: center;
}

.pdTop .pdImg {
    width: 50%;
}

.pdTop .pdImg .thum {
    position: relative;
}

.pdTop .pdImg .pic {
    background: center center no-repeat;
    background-size: contain;
    position: relative;
    border-radius: 50%;
}

.kw {
    width: 100px;
    height: 100px;
    position: absolute;
    background: #c3cbd6;
    border-radius: 50%;
    text-align: center;
    color: #fff;
}

.kw span {
    font-size: 16px;
    display: block;
    padding: 0px 25%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
}

.kw::before {
    content: "";
    display: block;
    position: absolute;
    -webkit-box-shadow: inset 0 0 30px 0 #c3cbd6;
    box-shadow: inset 0 0 30px 0 #c3cbd6;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -webkit-animation: actif-btn-wave 2s infinite ease-out;
    animation: actif-btn-wave 2s infinite ease-out;
}

.kw.b::before {
    -webkit-box-shadow: inset 0 0 30px 0 #dfd6ff;
    box-shadow: inset 0 0 30px 0 #dfd6ff;
}

@-webkit-keyframes actif-btn-wave {
    0% {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
        -webkit-transform-origin: center;
        transform-origin: center
    }

    100% {
        -webkit-transform: translate(-50%, -50%) scale(2);
        transform: translate(-50%, -50%) scale(2);
        opacity: 0;
        -webkit-transform-origin: center;
        transform-origin: center
    }
}

.kw.k1 {
    top: 10%;
    left: 10%;
}

.kw.k3 {
    left: 10%;
    bottom: 10%;
}

.kw.k2 {
    right: 10%;
    top: 10%;
}

.kw.k4 {
    right: 10%;
    bottom: 10%;
}

.kw.b {
    background: #9a8ec3;
}

.wave {
    position: absolute;
    z-index: 0;
    right: 50%;
    bottom: 50%;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform-origin: 47.5% 48.5%;
    transform-origin: 47.5% 48.5%;
    border-radius: 50%;
    background: 0 0;
    -webkit-box-shadow: inset 0 0 40px 0 #c3cbd6;
    box-shadow: inset 0 0 40px 0 #c3cbd6;
}

.wave.b {
    -webkit-box-shadow: inset 0 0 40px 0 #dfd6ff;
    box-shadow: inset 0 0 40px 0 #dfd6ff;
}

.wave.-one {
    width: 20vw;
    height: 20vw;
    max-height: 500px;
    -webkit-animation: drift 10000ms linear infinite;
    animation: drift 10000ms linear infinite;
    opacity: .4;
}

.wave.-two {
    width: 30vw;
    height: 30vw;
    max-height: 750px;
    -webkit-animation: drift 14000ms linear infinite;
    animation: drift 14000ms linear infinite;
    opacity: .3;
}

.wave.-three {
    width: 35vw;
    height: 35vw;
    -webkit-animation: drift 6000ms linear infinite;
    animation: drift 6000ms linear infinite;
    opacity: .2;
}

.wave.-four {
    width: 40vw;
    height: 40vw;
    -webkit-animation: drift 8500ms linear infinite;
    animation: drift 8500ms linear infinite;
    opacity: .1;
}

@-webkit-keyframes drift {
    0% {
        -webkit-transform: translate(50%, 55%) rotate(0deg);
        transform: translate(50%, 55%) rotate(0deg)
    }

    100% {
        -webkit-transform: translate(50%, 55%) rotate(360deg);
        transform: translate(50%, 55%) rotate(360deg)
    }
}

#page.zise li.xl-active {
    background-color: #9a8ec3;
    border-color: #9a8ec3;
}

#page.zise li:hover {
    background-color: #9a8ec3 !important;
    border-color: #9a8ec3;
}

.pdRight {
    width: 45%;
}

.pdRight .mark {
    font-size: 12px;
    opacity: .5;
    line-height: 20px;
}

.pdRight .name {
    font-size: 32px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.pdRight .des {
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: 2;
    opacity: .7;
}

.pdRight .ptail {
    width: 100%;
    height: auto;
    padding: 25px 0px;
}

.pdRight .plabel {
    display: flex;
    justify-content: space-between;
    line-height: 30px;
    padding: 10px 0px;
    font-size: 16px;
}

.pdRight .plabel .ptxt {
    width: 80px;
    opacity: .7;
}

.pdRight .plabel .pdes {
    width: 100%;
}

.ptail .plabel:first-child .pdes {
    display: inline-block;
    position: relative;
    width: auto;
    border-top: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 7px 0px;
}

.ptail .plabel:last-child {
    padding: 0px;
}

.hufu ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.proGG {
    width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 35px;
}

.proGG ul {
    display: block;
}

.proGG ul li {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    line-height: 1.7;
    align-items: center;
}

.shops {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.shops a {
    display: block;
    width: 180px;
    height: 40px;
    cursor: pointer;
    background: #666666;
    position: relative;
}

.shops a::after {
    width: 133px;
    height: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    content: '';
    background: url(../image/shopBtn.png) no-repeat;
    background-size: cover;
}

.shops a:hover {
    background-color: #3e3e3e;
}

.proGG ul li .ptxt {
    width: 100px;
    font-size: 16px;
    text-align: left;
}

.proGG ul li .pdes {
    width: calc(100% - 100px);
    font-size: 38px;
    text-align: left;
}

.proGG ul li:first-child .pdes {
    font-size: 38px;
}

.proGG ul li:first-child .pdes span {
    font-size: 20px;
    margin-right: 5px;
}

.proGG ul li:last-child .pdes {
    font-size: 18px;
}

.hufu ul li .thum {
    width: 60%;
}

.hufu ul li .info {
    width: 40%;
    background: #cacfde;
    color: #fff;
    padding: 50px;
}

.hufu ul li .name {
    width: 100%;
    font-size: 24px;
    line-height: 1.2;
    padding-bottom: 10px;
    position: relative;
    margin-bottom: 25px;
}

.hufu ul li .name::after {
    width: 20%;
    height: 2px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
}

.hufu ul li .des {
    width: 70%;
    font-size: 16px;
    line-height: 2;
}

.hufu ul li:nth-child(even) {
    direction: rtl;
}

.hufu ul li:nth-child(even) .info {
    direction: initial;
}

.branList.d ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.branList.d ul li {
    width: 49%;
    overflow: hidden;
}

.branList.d {
    margin-bottom: 0px;
}

.detail_box .dpr .title {
    background: #626262;
}

.b3_box .list.f {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.b3_box .list.f a {
    width: 49%;
}

.zmList ul {
    display: flex;
    flex-wrap: wrap;
}

.zmList ul li {
    width: 23.5%;
    height: auto;
    position: relative;
    margin-right: 2%;
    margin-bottom: 20px;
}

.zmList ul li:nth-child(4n) {
    margin-right: 0px;
}

.zmList ul li .thum {
    position: relative;
    overflow: hidden;
    height: 100%;
}

.zmList ul li .thum .pic {
    background: center center no-repeat;
    background-size: cover;
    -webkit-transition: all .5s;
    height: 100%;
}

.zmList ul li .name {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: flex;
    background-image: -webkit-linear-gradient(top, rgba(191, 198, 216, .0) 0%, rgba(191, 198, 216, .8) 100%);
    padding: 25px 15px 15px;
}

.zmList ul li .name .txt {
    width: calc(100% - 50px);
    color: #fff;
    font-size: 16px;
}

.zmList ul li .name .icon {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 32px;
}

.backTop:hover {
    background: #73c225;
}

#page li.xl-nextPage, #page li.xl-prevPage {
    display: none;
}

.socail a:hover {
    color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.socail a:hover .icon {
    color: #fff;
}

.boxes.cur {
    background: url(../image/curBG.jpg) center center no-repeat;
    background-attachment: fixed;
}

.curList {
    width: 70%;
    padding-top: 25px;
    margin-bottom: 50px;
}

.curList ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.curList ul li {
    width: 30%;
    position: relative;
}

.curList ul li .icon {
    width: 60px;
    height: auto;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    margin-bottom: 20px;
    border-radius: 50%;
    color: #1cb6cd;
    background: #fff;
}

.curList ul li .info {
    width: 100%;
}

.curList ul li .info .name {
    font-size: 18px;
    margin-bottom: 15px;
}

.curList ul li .info .des {
    font-size: 14px;
    line-height: 1.7;
}

.ydh {
    width: 70%;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ydh .img {
    width: 146px;
}

.ydh .txt {
    font-size: 14px;
    line-height: 2;
    padding-left: 50px;
    position: relative;
    margin-left: 40px;
}

.ydh .txt::after {
    width: 1px;
    height: 90%;
    content: '';
    background: rgba(0, 0, 0, .1);
    position: absolute;
    left: 0px;
    top: 5%;
}

.hufu {
    margin-bottom: 70px;
}

.zmList ul li a {
    display: block;
    height: 100%;
}

.ohterShop {
    width: auto;
    display: flex;
}

.ohterShop a {
    display: block;
    width: 35px;
    height: auto;
    margin-left: 10px;
}

.ohterShop a img {
    width: 25px;
    margin-left: 5px;
    margin-top: 5px;
}

.navBar {
    width: 100%;
    height: auto;
    position: absolute;
    left: 0px;
    top: 90px;
    padding-top: 15px;
    -webkit-transition: all .35s;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid rgba(0, 0, 0, .05);
    z-index: 5;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    background: #fff;
}

.navBar ul {
    width: 90%;
    max-width: 1400px;
    margin: 0px auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.navBar ul li {
    width: 20%;
    position: relative;
}

.navBar ul li::after {
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    content: '';
    background: rgba(0, 0, 0, .05);
}

.navBar ul li:last-child::after {
    display: none;
}

.navBar ul li a {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 35px;
}

.navBar ul li a:first-child {
    font-size: 16px;
    font-weight: bold;
}

.header.bh.active .navBar {
    opacity: 1;
    visibility: visible;
}

.navBar ul li a:hover {
    color: #73c225;
}

.baby .navBar ul li a:hover {
    color: #9a8ec3;
}

.slides {
    height: 100vh;
}

.slides .slide {
    height: 100vh;
    overflow: hidden;
    position: relative;
    padding: 0px;
}

.slides .slide.footer {
    height: auto;
    overflow: initial;
}

.slides .slide.slide2, .slides .slide.slide3, .slides .slide.slide5 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide3 .words {
    font-size: 10vw;
    position: absolute;
    left: 0px;
    bottom: 0px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    animation: Move 145s linear infinite alternate;
    opacity: .5;
}

@-webkit-keyframes Move {
    0% {
        transform: translate(0);
        -webkit-transform: translate(0);
    }

    100% {
        transform: translate(100vw);
        -webkit-transform: translate(100vw);
    }
}

.zxyBanner {
    width: 100%;
    height: auto;
    position: relative;
}

.brandImgs .swiper-pagination-bullet-active {
    background: #73c225;
}

.brandImgs .pic {
    background: center center no-repeat;
    background-size: cover;
}

.zxySlogan {
    width: 35%;
    height: auto;
    position: absolute;
    left: 10%;
    top: 40%;
    color: #9a8ec3;
    z-index: 10;
}

.zxySlogan .h2 {
    font-size: 40px;
    line-height: 2;
    text-transform: uppercase;
}

.zxySlogan .h3 {
    font-weight: normal;
    line-height: 2;
    font-size: 16px;
    margin-bottom: 50px;
}

.commonMore3 {
    margin: 0px;
}

.boxes.w {
    background: #fff;
}

.zxyTitle {
    width: 680px;
    height: auto;
    margin: 0px auto;
    margin-bottom: 35px;
}

.zxyImg {
    width: 100%;
    margin-bottom: 70px;
}

.slide5{
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../image/index5_bg.jpg) no-repeat center;
    background-size: cover;
    padding: 6vw 5vw 3vw
}

.zxyNews ul {
    position: relative;
    overflow: hidden;
}

.zxyNews ul li {
    width: 24%;
    margin-bottom: 10px;
    float: left;
    position: relative;
}

.zxyNews ul li .thum {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.zxyNews ul li:nth-child(2), .zxyNews ul li:nth-child(4) {
    margin-right: 1%;
    margin-left: 1%;
}

.zxyNews ul li {
    margin-bottom: 13px;
}

.zxyNews ul li:nth-child(n+3) {
    margin-bottom: 0%;
}

.zxyNews ul li:first-child {
    width: 49%;
    margin-bottom: 0px;
}

.zxyNews ul li .thum .pic {
    -webkit-transition: all .5s;
    background: center center no-repeat;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 100%;
}

@media screen and (max-width:1366px){
    .zxyNews ul li .thum .pic{
        padding-top: 75%;
    }
}

.zxyNews ul li:hover .thum .pic {
    -webkit-transform: scale(1.1);
}

.zxyNews ul li .info {
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    bottom: 0px;
    color: #fff;
    padding: 15px;
}

.zxyNews ul li:first-child .info {
    padding: 20px;
}

.zxyNews ul li .info::before {
    width: 100%;
    height: 200%;
    position: absolute;
    left: 0px;
    bottom: 0%;
    content: '';
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .8) 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 0;
}

.zxyNews ul li .info .name {
    position: relative;
    font-size: 1.2vw;
    line-height: 1.6;
    margin-bottom: 8px;
}

.text_content .zxyNews ul li .info .name {
    font-size: 1.1vw;
}

.zxyNews ul li .info .time {
    position: relative;
    font-size: 14px;
    line-height: 1.7;
    opacity: .7;
}

.boxes.b20 .bgs {
    width: 25%;
    height: 100%;
    position: absolute;
    left: 0%;
    top: 0px;
    background: #1a52a5;
}

.yfBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.yfThum {
    width: 30%;
    position: relative;
    overflow: hidden;
}

.yfInfo {
    width: 60%;
    position: relative;
}

.yfInfo .name {
    font-size: 24px;
    line-height: 1.7;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 25px;
    position: relative;
}

.yfInfo .des {
    font-size: 16px;
    line-height: 1.85;
    color: #555;
    text-align: justify;
}

.yfThum .pic {
}

.boxes.b20.r .w1400 .yfBox {
    direction: rtl;
}

.boxes.b20.r .w1400 .yfBox .des {
    direction: initial;
}

.yfInfo::after {
    width: 140px;
    height: 3px;
    position: absolute;
    left: -150px;
    top: 60px;
    content: '';
    background: #333;
}

.boxes.b20.r {
    background: #f5f5f5;
}

.boxes.b20.r .bgs {
    left: auto;
    right: 0%;
    background: #73c225;
}

.boxes.b20.r .yfInfo .word {
    left: auto;
    right: 0%;
}

.boxes.b20.r .yfInfo::after {
    display: none;
}

.joinList .swiper-slide {
    width: 32%;
    position: relative;
    background: #fff;
    padding: 50px 25px;
    border-radius: 0px 0px 30px 0px;
}

.joinList .swiper-slide .title {
    font-size: 20px;
    color: #0c8bc0;
    line-height: 1.4;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.joinList .swiper-slide .title::after {
    width: 15%;
    height: 2px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    content: '';
    background: rgba(0, 0, 0, .1);
}

.joinList .swiper-slide .des {
    width: 100%;
    height: auto;
    position: relative;
    line-height: 2;
    height: 200px;
    overflow: hidden;
}

.joinWarp .swiper-button-next {
    right: -30px;
    color: #0c8bc0;
    top: 45%;
}

.joinWarp .swiper-button-prev {
    left: -30px;
    color: #0c8bc0;
    top: 45%;
}

.joinWarp .swiper-button-next:after, .joinWarp .swiper-button-prev:after {
    font-size: 20px;
}

.joinWarp {
    position: relative;
}

.tsBox {
    width: 50%;
    max-width: 1000px;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    background: #fff;
}

.tsBox .title {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    margin-bottom: 15px;
}

.tsBox .sendEmal {
    height: auto;
    border-radius: 55px;
    display: flex;
    flex-wrap: wrap;
    width: 200px;
    justify-content: center;
    background: #333;
    color: #fff;
    padding: 7px 0px;
    margin-top: 10px;
    cursor: pointer;
    text-align: center;
}

.tsBox .sendEmal p {
    display: block;
    width: 100%;
}

.tsBox .sendEmal a {
    color: #fff;
}

.tsBox .des {
    width: 100%;
    font-size: 14px;
    line-height: 2;
    max-height: 70vh;
    overflow-y: auto;
}

.tsBox .des p {
    margin-bottom: 10px;
}

.hideBtn {
    width: 35px;
    height: 35px;
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
    line-height: 35px;
    text-align: center;
}

.joinList ul li:hover, .joinList ul li:hover .title {
    background: #0c8bc0;
    color: #fff;
}

.joinList ul li:hover .title::after {
    background: rgba(255, 255, 255, .5);
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    top: auto;
    bottom: 0px;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #33bbdd;
    cursor: pointer;
}

.map {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.map_iframe{
    width: 100%;
    height: 100%;
    border: none;
}

.boxes.b21 {
    height: 70vh;
    min-height: 650px;
}

.mapBox {
    width: 35%;
    height: auto;
    position: absolute;
    color: #fff;
    padding: 35px;
    right: 10%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    background: #1a52a5;
}

.mapBox .name {
    width: 100%;
    font-size: 24px;
    line-height: 1.7;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.mapBox .name p {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
}

.mapBox ul li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.mapBox ul li .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    font-size: 16px;
    background: #fff;
    color: #1a52a5;
}

.mapBox ul li .txt {
    width: calc(100% - 55px);
}

.mapBox ul li .txt p {
    font-size: 34px;
    font-family: din;
}

.mapBox ul li .txt b {
    font-weight: normal;
}

.felList {
    width: 100%;
}

.felList ul {
    display: flex;
    flex-wrap: wrap;
}

.felList ul li {
    width: 32%;
    position: relative;
    margin-right: 2%;
    margin-bottom: 40px;
}

.felList ul li:nth-child(3n) {
    margin-right: 0%;
}

.felList ul li a {
    display: block;
}

.felList ul li a .thum {
    position: relative;
    overflow: hidden;
}

.felList ul li a .thum .pic {
    background: center center no-repeat;
    background-size: cover;
    position: relative;
    -webkit-transition: all .35s;
    width: 100%;
    height: 0;
    padding-top: 75%;
}

.felList ul li a:hover .thum .pic {
    -webkit-transform: scale(1.05);
}

.felList ul li a .info {
    font-size: 16px;
    line-height: 1.4;
    margin-top: 10px;
    font-weight: bold;
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    text-align: center;
    transition: all ease 0.4s;
}

.felList ul li a:hover .info{
    color: #1a52a5;
}

.felList ul li a .des {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4;
    padding: 3px 0px;
    opacity: .7;
}

.felList ul li a .des.first {
    opacity: 1;
}

.felList ul li a .des .name {
    font-weight: bold;
}

.felList ul li a .des .name {
    width: 80px;
}

.felList ul li a .des .txt {
    width: calc(100% - 80px);
}

.felNews {
    width: 100%;
}

.felNews ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.felNews ul li {
    width: 49%;
    height: auto;
    position: relative;
    margin-bottom: 25px;
}

.felNews ul li a {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    background: #fff;
}

.felNews ul li a .thum {
    width: 40%;
}

.felNews ul li a .pic {
    background: center center no-repeat;
    background-size: cover;
}

.felNews ul li a .info {
    width: 60%;
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
}

.felNews ul li a .title {
    font-size: 16px;
}

.felNews ul li a .time {
    font-size: 14px;
    line-height: 25px;
    display: block;
    width: 100%;
    align-self: flex-end;
    opacity: .7;
}

.felNews ul li a:hover .info {
    color: #e60012;
}

.moreProduct {
    width: 100%;
    padding: 50px;
    background: #9083bd;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.moreProduct .info {
    width: calc(100% - 300px);
}

.moreProduct .info b {
    display: block;
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 15px;
}

.moreProduct .info p {
    font-size: 16px;
    line-height: 1.7;
    opacity: .7;
}

.jyTitle {
    width: 300px;
    height: auto;
    margin: 0px auto;
    margin-bottom: 50px;
}

.hfVideo ul li {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.hfVideo ul li .thum {
    width: 50%;
    position: relative;
    z-index: 5;
}

.hfVideo ul li .thum .pic {
    width: 100%;
    position: relative;
    -webkit-mask-image: url(../image/jyMask.png);
    -webkit-mask-size: cover;
}

.hfVideo ul li .info {
    width: 50%;
    position: absolute;
    left: 40%;
}

.hfVideo ul li .info .name {
    position: absolute;
    top: 20%;
    width: 50%;
    left: 30%;
}

.hfVideo ul li .info .name .t {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.7;
}

.hfVideo ul li .info .name .des {
    font-size: 14px;
    line-height: 2;
    opacity: .7;
}

.hfVideo ul li .thum .icon {
    width: 100px;
    height: auto;
    line-height: 100px;
    text-align: center;
    position: absolute;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    font-size: 68px;
    color: #fff;
    cursor: pointer;
}

.hfVideo ul li:nth-child(even) {
    direction: rtl;
}

.hfVideo ul li:nth-child(even) .info {
    left: 10%;
}

.hfVideo ul li:nth-child(even) .info .name {
    direction: initial;
    left: 25%;
}

.hfVideo {
    margin-bottom: 70px;
}

.hfs {
    width: 100%;
}

.hfs ul {
    display: flex;
    flex-wrap: wrap;
}

.hfs ul li {
    width: 23%;
    background: #FFF;
    padding: 35px;
    border-radius: 35px;
    margin-right: 2%;
}

.hfs ul li:nth-child(4n) {
    margin-right: 0%;
}

.hfs ul li .icon {
    font-size: 58px;
    text-align: center;
    line-height: 100px;
    height: 100px;
    position: relative;
}

.hfs ul li:nth-child(1) .icon {
    font-size: 28px;
}

.hfs ul li .icon::after {
    width: 40px;
    height: 1px;
    position: absolute;
    left: 50%;
    margin-left: -20px;
    content: '';
    bottom: 5px;
    background: rgba(0, 0, 0, .1);
}

.hfs ul li .des {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 15px;
    text-align: center;
    margin-bottom: 25px;
    min-height: 81px;
}

.hfs ul li .pdf {
    display: block;
    width: 100px;
    height: 50px;
    text-align: center;
    margin: 0px auto;
    font-size: 32px;
    line-height: 50px;
}

.zxyNews.ny ul li {
    width: 32%;
    margin-left: 0%;
    margin-right: 2%;
    margin-bottom: 25px;
}

.text_content .zxyNews.ny ul li {
    width: 23.5%;
    margin-left: 0%;
    margin-right: 2%;
    margin-bottom: 20px;
}

.zxyNews.ny ul li:nth-child(3n),
.text_content .zxyNews.ny ul li:nth-child(4n) {
    margin-right: 0%;
}
.text_content .zxyNews.ny ul li:nth-child(4n){display: block;}
.text_content .zxyNews.ny ul li:nth-child(3n){
    margin-right: 2%;
}

.yaneL {
    width: 60%;
    position: relative;
}

.yaneL .title {
    width: 240px;
}

.yaneEwm {
    width: 36%;
    height: auto;
    position: absolute;
    right: 0px;
    bottom: 0px;
}

.boxes.yan {
    padding: 0px;
}

.boxes.yan .w1400 {
    padding: 70px 0px;
}

.gestae {
    width: 100%;
}

.gestae ul {
    display: flex;
    flex-wrap: wrap;
}

.gestae ul li {
    width: 49%;
    position: relative;
    margin-right: 2%;
    margin-bottom: 25px;
}

.gestae ul li:nth-child(even) {
    margin-right: 0%;
}

.gestae ul li a {
    display: block;
    width: 100%;
    height: auto;
}

.gestae ul li a .thum {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.gestae ul li a .thum .pic {
    background: center center no-repeat;
    background-size: cover;
    -webkit-transition: all .35s;
}

.gestae ul li a:hover .thum .pic {
    -webkit-transform: scale(1.05);
}

.gestae ul li a .info {
    width: 100%;
    height: auto;
    padding: 15px 0px;
}

.gestae ul li a .info .title {
    width: 100%;
    font-size: 16px;
    line-height: 1.7;
}

.gestae ul li a .info .time {
    width: 100%;
    font-size: 12px;
    line-height: 1.7;
}

.menu_btn {
    position: absolute;
    right: 0%;
    top: 0px;
    height: 40px;
    font-size: 0;
    -webkit-text-size-adjust: none;
    width: 115px;
    display: none;
    z-index: 10;
}

.menu_btn p {
    position: absolute;
    width: 74%;
    line-height: 40px;
    font-size: 13px;
    background-color: #73c225;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    color: #fff;
    text-transform: uppercase;
    padding-left: 10px;
    letter-spacing: 1px;
    right: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: width .25s ease-in-out;
    -o-transition: width .25s ease-in-out;
    -moz-transition: width .25s ease-in-out;
    transition: width .25s ease-in-out
}

.menu_btn.active p {
    width: 100%
}

.menu_btn p + p {
    opacity: 0
}

.menu_btn.active .menu_btn p + p {
    opacity: 1
}

.menu_btn .btn {
    width: 47px;
    height: 47px;
    position: relative;
    cursor: pointer;
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    transition: all .3s cubic-bezier(.445, .05, .55, .95);
    z-index: 20;
    top: -4px;
    background-color: #fff;
    margin-left: auto;
    margin-right: 0
}

.menu_btn .btn span {
    display: block;
    height: 2px;
    width: 20px;
    background-color: #73c225;
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -o-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    -moz-transition: all .3s cubic-bezier(.445, .05, .55, .95);
    transition: all .3s cubic-bezier(.445, .05, .55, .95)
}

.baby .menu_btn .btn span {
    background-color: #9a8ec3;
}

.menu_btn .btn span:nth-child(1) {
    width: 20px;
    top: 18px
}

.menu_btn .btn span:nth-child(3) {
    width: 10px;
    top: 31px
}

.menu_btn.active .btn span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(-45deg) translate3d(0, 0, 0);
    transform: rotate(-45deg) translate3d(0, 0, 0);
    top: 50%
}

.menu_btn.active .btn span:nth-child(2) {
    -webkit-transform: rotate(45deg) translate3d(0, 0, 0);
    -moz-transform: rotate(45deg) translate3d(0, 0, 0);
    transform: rotate(45deg) translate3d(0, 0, 0)
}

.menu_btn.active .btn span:nth-child(3) {
    -webkit-transform: scaleX(0) translate3d(0, 0, 0);
    -moz-transform: scaleX(0) translate3d(0, 0, 0);
    transform: scaleX(0) translate3d(0, 0, 0)
}

.brandSwiper {
    display: none;
}

.text_content_box.pro_detail .box1{
    display: flex;
    margin-bottom: 40px;
    align-items: center;
    justify-content: space-between;
}

.text_content_box.pro_detail .box1 .img_box{
    width: 42%;
    border: 1px #eaeaea solid;
}

.text_content_box.pro_detail .box1 .img_box img{
    width: 100%;
}

.text_content_box.pro_detail .box1 .info_box{
    width: 52%;
}

.text_content_box.pro_detail .box1 .info_box .tit{
    font-size: 28px;
    margin-bottom: 20px;
}

.text_content_box.pro_detail .box1 .info_box .p{
    font-size: 15px;
    color: #666;
    line-height: 1.725;
    margin-bottom: 20px;
}

.text_content_box.pro_detail .box1 .info_box .tel{
    margin-bottom: 20px;
}
.text_content_box.pro_detail .box1 .info_box .tel .large{
    font-family: din;
    font-size: 42px;
    line-height: 1.2;
}
@media screen and (max-width:1440px){
    .text_content_box.pro_detail .box1 .info_box .tel .large{
        font-size: 40px;
    }
}

@media screen and (max-width:1360px){
    .text_content_box.pro_detail .box1 .info_box .tel .large{
        font-size: 38px;
    }
    .text_content_box.pro_detail .box1 .info_box .p{
        font-size: 14px;
    }
}

@media screen and (max-width:1280px){
    .text_content_box.pro_detail .box1 .info_box .tel .large{
        font-size: 36px;
    }
}

.text_content_box.pro_detail .box2 > p{
    background: #333;
    color: #fff;
    width: 140px;
    line-height: 46px;
    text-align: center;
}

.text_content_box.pro_detail .box2 .des{
    padding: 40px;
    border: 1px #eaeaea solid;
}

.text_content_box.pro_detail .box2 .des{
    padding: 40px;
    border: 1px #eaeaea solid;
}

.text_content_box.pro_detail .btn_box a{
    display: inline-block!important;
    margin-right: 10px;
}

.text_content_box.pro_detail .btn_box a.moreBtn:nth-child(1):after{
    display: none;
}

.text_content_box.pro_detail .btn_box a.moreBtn:nth-child(2){
    background: rgba(26, 82, 165, 1);
}

.text_content_box.pro_detail .box2 .page_change{
    display: flex;
    justify-content: space-between;
    border: 1px #eaeaea solid;
    border-top: 0;
}
.text_content_box.pro_detail .box2 .page_change p{
    width: 50%;
    padding: 20px;
    color: #666;
}

.text_content_box.pro_detail .box2 .page_change > p:nth-child(2){
    text-align: right;
}



.feed-list1 .form-div {
    position: relative;
}

.feed-list1 .form-div .feed-ul2 {
    position: relative;
    margin-top: 20px;
}

.feed-list1 .form-div .feed-ul2 li {
    float: left;
    position: relative;
    width: 49.2%;
}
.feed-list1 .form-div .feed-ul2 li:first-child {
    margin-right: 1.6%;
}
.feed-list1 .form-div .feed-ul2 li:last-child {
    width: 100%;
    margin-top: 10px;
}

.feed-list1 .form-div .feed-ul2 li .text {
    height: 60px;
    line-height: 1.5;
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 0 20px;
    position: relative;
    cursor: pointer;
}

.feed-list1 .form-div .feed-ul2 li .text input {
    padding-left: 30px;
    font-size: 16px;
    color: #666!important;
    background-color: transparent;
    width: calc(100% - 30px);
    height: 60px;
    line-height: 60px;
    outline: none;
}

.feed-list1 .form-div .feed-ul3 {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 18px 50px;
    margin-top: 10px;
    position: relative;
}

.feed-list1 .form-div .feed-ul3 textarea {
    min-height: 180px;
    width: 100%;
    font-size: 16px;
    color: #666!important;
    resize: vertical;
    line-height: 1.4;
}

.feed-list1 .form-div .feed-bottom {
    margin-top: 16px;
}

.feed-list1 .form-div .feed-bottom a {
    display: block;
    transition: all 0.3s ease;
    color: #fff;
    background-color: #333;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
}

.feed-list1 .form-div .feed-bottom a:hover {
    background-color: #1a52a5;
}

.feed-list1 .mes_ico{
    display: flex;
    height: 60px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
    justify-content: flex-end;
    align-items: center;
    z-index: 9;
    font-size: 18px;
    color: #999;
}
.feed-list1 .mes_ico.large{
    font-size: 20px;
}
